Method AverageRedbAsync<TField>(Expression<Func<IRedbObject, TField>>)

Assembly: redb.Core.dll

Average value of base IRedbObject field
SQL: uses aggregate_grouped with empty grouping

public virtual Task<decimal> AverageRedbAsync<TField>(Expression<Func<IRedbObject, TField>> selector) where TField : struct